-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Bluetooth: Mesh: Increase MBEDTLS_HEAP_SIZE for NLC samples #21319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluetooth: Mesh: Increase MBEDTLS_HEAP_SIZE for NLC samples #21319
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 775f782a65e062ebeb14c4cdcc2e7169977261f2 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)Outputs:ToolchainVersion: 7dbe0e2658 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
1d856b2 to
5b072a7
Compare
|
Sorry for the sudden dramatic scope change; Moving changes to mesh kconfig, because MBEDTLS_HEAP_SIZE is only valid for MBEDTLS PSA. So mesh kconfig seems more appropriate for the change. |
Increasing the default MBEDTLS_HEAP_SIZE to 1152 to accommodate all the keys used by NLC profile. Signed-off-by: alperen sener <[email protected]>
5b072a7 to
775f782
Compare
|
You can find the documentation preview for this PR here. |
|
Release notes? |
I think we should make a collective release note for mesh PSA changes including all with this one. |
|
For release notes: |
Increasing the default MBEDTLS_HEAP_SIZE to 1152 to accommodate all the keys used by NLC profile.